home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog106 < prev    next >
Encoding:
Text File  |  1995-06-29  |  144 b   |  11 lines

  1. # simple pushButton test
  2. xtAppInitialize -class Program
  3.  
  4. xmPushButton .fred managed
  5.  
  6. . realizeWidget
  7.  
  8. .fred defineCursor coffee_mug
  9.  
  10. . mainLoop
  11.